home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / image / mufus54d.zip / ODIPKT.DOC < prev    next >
Text File  |  1993-08-09  |  1KB  |  34 lines

  1. Loading the ODI drivers at an interrupt other than 60.
  2.  
  3.   ODIPKT # int
  4.          |  |
  5.          |  +-- desired interrupt vector, in decimal (e.g.,
  6.          |      0x60h=96, 0x65h=101
  7.          |
  8.          +----- logical board number (determined via NET.CFG),
  9.                 one of 0,1,2 or 3.
  10.  
  11. E.g., You have an SMC Ethercard Elite, want to use interrupt 62 (hex)
  12. and the following NET.CFG:
  13.  
  14.   link driver SMCPLUS
  15.      port 240
  16.      frame Ethernet_802.3
  17.      frame Ethernet_II
  18.      [...]
  19.  
  20. You would load ODIPKT thus:
  21.  
  22.   ODIPKT 1 98
  23.  
  24. You specify logical board 1, because in your NET.CFG, Ethernet_II is
  25. set-up as the second logical network board (Ethernet_802.3 is the
  26. first logical board).  If you're only using Ethernet_II packets, you
  27. specify logical board 0.-- 
  28.  
  29.  
  30. _________________________________________________________________________
  31. RUCS     | Mark A. Medici, Systems Programmer III, User Services Division
  32. User     | Rutgers University Computing Services, New Brunswick, NJ 08903
  33. Services | [medici@gandalf.rutgers.edu]                    [908-932-2412]
  34.